Html Css Color HEX #BDE4EC Onahau

📋 copy color: '#BDE4EC'

red 189 ◦ green 228 ◦ blue 236

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

Shades of Onahau #BDE4EC

Tints of Onahau #BDE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.92%

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

R = 28.94%
G = 34.92%
B = 36.14%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE4EC (or 0xBDE4EC) is known color: Onahau. HEX triplet: BD, E4 and EC. RGB value is (189,228,236). Sum of RGB (Red+Green+Blue) = 189+228+236=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EC is #421B13. Grayscale: #D9D9D9. Windows color (decimal): -4332308 or 15525053. OLE color: 15525053.

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

Color convert

RGB 189 228 236 -
CMYK 0.20 0.03 0 0.07
HSL 190.21º 0.55% 0.83% -
HSV(B) 190.21º 0.2% 0.93% -
XYZ 63.87 72.36 89.96 -
YUV 217.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 189 228 236 0.20 0.03 0 0.07 190.21 0.55 0.83
Hex BD E4 EC 14 3 0 7 BE 37 53
Octal 275 344 354 24 3 0 7 276 67 123
Binary 10111101 11100100 11101100 10100 11 0 111 10111110 110111 1010011

Color Harmonies of #BDE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4EC

Black with #BDE4EC

Text Example


Text Example

White with #BDE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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