Html Css Color HEX #BDE3EA Onahau

📋 copy color: '#BDE3EA'

red 189 ◦ green 227 ◦ blue 234

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

Shades of Onahau #BDE3EA

Tints of Onahau #BDE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.92%

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

R = 29.08%
G = 34.92%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDE3EA (or 0xBDE3EA) is known color: Onahau. HEX triplet: BD, E3 and EA. RGB value is (189,227,234). Sum of RGB (Red+Green+Blue) = 189+227+234=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EA is #421C15. Grayscale: #D8D8D8. Windows color (decimal): -4332566 or 15393725. OLE color: 15393725.

HSL color Cylindrical-coordinate representation of color #BDE3EA: hue angle of 189.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 #BDE3EA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 227 234 -
CMYK 0.19 0.03 0 0.08
HSL 189.33º 0.52% 0.83% -
HSV(B) 189.33º 0.19% 0.92% -
XYZ 63.31 71.7 88.34 -
YUV 216.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 189 227 234 0.19 0.03 0 0.08 189.33 0.52 0.83
Hex BD E3 EA 13 3 0 8 BD 34 53
Octal 275 343 352 23 3 0 10 275 64 123
Binary 10111101 11100011 11101010 10011 11 0 1000 10111101 110100 1010011

Color Harmonies of #BDE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3EA

Black with #BDE3EA

Text Example


Text Example

White with #BDE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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