Html Css Color HEX #BDE8EC Onahau

📋 copy color: '#BDE8EC'

red 189 ◦ green 232 ◦ blue 236

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

Shades of Onahau #BDE8EC

Tints of Onahau #BDE8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.31%

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

R = 28.77%
G = 35.31%
B = 35.92%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE8EC (or 0xBDE8EC) is known color: Onahau. HEX triplet: BD, E8 and EC. RGB value is (189,232,236). Sum of RGB (Red+Green+Blue) = 189+232+236=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EC is #421713. Grayscale: #DBDBDB. Windows color (decimal): -4331284 or 15526077. OLE color: 15526077.

HSL color Cylindrical-coordinate representation of color #BDE8EC: hue angle of 185.11º 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 #BDE8EC is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 232 236 -
CMYK 0.20 0.02 0 0.07
HSL 185.11º 0.55% 0.83% -
HSV(B) 185.11º 0.2% 0.93% -
XYZ 64.98 74.59 90.33 -
YUV 219.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 189 232 236 0.20 0.02 0 0.07 185.11 0.55 0.83
Hex BD E8 EC 14 2 0 7 B9 37 53
Octal 275 350 354 24 2 0 7 271 67 123
Binary 10111101 11101000 11101100 10100 10 0 111 10111001 110111 1010011

Color Harmonies of #BDE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8EC

Black with #BDE8EC

Text Example


Text Example

White with #BDE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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