Html Css Color HEX #BDE9EC Onahau

📋 copy color: '#BDE9EC'

red 189 ◦ green 233 ◦ blue 236

#BDE9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BDE9EC

Tints of Onahau #BDE9EC

RGB

 RED value IS 189 (74.22% from 255) = 28.72%

 GREEN value IS 233 (91.41% from 255) = 35.41%

 BLUE value IS 236 (92.58% from 255) = 35.87%

R = 28.72%
G = 35.41%
B = 35.87%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDE9EC (or 0xBDE9EC) is known color: Onahau. HEX triplet: BD, E9 and EC. RGB value is (189,233,236). Sum of RGB (Red+Green+Blue) = 189+233+236=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EC is #421613. Grayscale: #DCDCDC. Windows color (decimal): -4331028 or 15526333. OLE color: 15526333.

HSL color Cylindrical-coordinate representation of color #BDE9EC: hue angle of 183.83º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE9EC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 233 236 -
CMYK 0.20 0.01 0 0.07
HSL 183.83º 0.55% 0.83% -
HSV(B) 183.83º 0.2% 0.93% -
XYZ 65.27 75.15 90.42 -
YUV 220.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 189 233 236 0.20 0.01 0 0.07 183.83 0.55 0.83
Hex BD E9 EC 14 1 0 7 B8 37 53
Octal 275 351 354 24 1 0 7 270 67 123
Binary 10111101 11101001 11101100 10100 1 0 111 10111000 110111 1010011

Color Harmonies of #BDE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9EC

Black with #BDE9EC

Text Example


Text Example

White with #BDE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9EC; }

 p { color: rgb(189,233,236); }

 H1.HeaderClassName
 {
   color: #BDE9EC;
 }
 .AnyTagClassName
 {
   color: #BDE9EC;
 }
</style>

background-color css

<style>
 a { background-color: #BDE9EC; }

 a { background-color: rgb(189,233,236); }

 div.DivClassName
 {
   background-color: #BDE9EC;
 }
 .BgClassName
 {
   background-color: #BDE9EC;
 }
</style>

border-color css

<style>
 span { border-color: #BDE9EC; }

 span { border-color: rgb(189,233,236); }

 td.TdClassName
 {
   border-color: #BDE9EC;
 }
 .TagClassName
 {
   border-color: #BDE9EC;
 }
</style>