Html Css Color HEX #BDEAEC Onahau

📋 copy color: '#BDEAEC'

red 189 ◦ green 234 ◦ blue 236

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

Shades of Onahau #BDEAEC

Tints of Onahau #BDEAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.51%

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

R = 28.68%
G = 35.51%
B = 35.81%

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

#BDEAEC (or 0xBDEAEC) is known color: Onahau. HEX triplet: BD, EA and EC. RGB value is (189,234,236). Sum of RGB (Red+Green+Blue) = 189+234+236=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEC is #421513. Grayscale: #DCDCDC. Windows color (decimal): -4330772 or 15526589. OLE color: 15526589.

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

Color convert

RGB 189 234 236 -
CMYK 0.20 0.01 0 0.07
HSL 182.55º 0.55% 0.83% -
HSV(B) 182.55º 0.2% 0.93% -
XYZ 65.55 75.72 90.52 -
YUV 220.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 189 234 236 0.20 0.01 0 0.07 182.55 0.55 0.83
Hex BD EA EC 14 1 0 7 B7 37 53
Octal 275 352 354 24 1 0 7 267 67 123
Binary 10111101 11101010 11101100 10100 1 0 111 10110111 110111 1010011

Color Harmonies of #BDEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAEC

Black with #BDEAEC

Text Example


Text Example

White with #BDEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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