Html Css Color HEX #BDE0EA Onahau

📋 copy color: '#BDE0EA'

red 189 ◦ green 224 ◦ blue 234

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

Shades of Onahau #BDE0EA

Tints of Onahau #BDE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 29.21%
G = 34.62%
B = 36.17%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDE0EA (or 0xBDE0EA) is known color: Onahau. HEX triplet: BD, E0 and EA. RGB value is (189,224,234). Sum of RGB (Red+Green+Blue) = 189+224+234=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0EA is #421F15. Grayscale: #D6D6D6. Windows color (decimal): -4333334 or 15392957. OLE color: 15392957.

HSL color Cylindrical-coordinate representation of color #BDE0EA: hue angle of 193.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE0EA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 224 234 -
CMYK 0.19 0.04 0 0.08
HSL 193.33º 0.52% 0.83% -
HSV(B) 193.33º 0.19% 0.92% -
XYZ 62.49 70.07 88.07 -
YUV 214.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 189 224 234 0.19 0.04 0 0.08 193.33 0.52 0.83
Hex BD E0 EA 13 4 0 8 C1 34 53
Octal 275 340 352 23 4 0 10 301 64 123
Binary 10111101 11100000 11101010 10011 100 0 1000 11000001 110100 1010011

Color Harmonies of #BDE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0EA

Black with #BDE0EA

Text Example


Text Example

White with #BDE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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