Html Css Color HEX #BDE2EC Onahau

📋 copy color: '#BDE2EC'

red 189 ◦ green 226 ◦ blue 236

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

Shades of Onahau #BDE2EC

Tints of Onahau #BDE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.72%

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

R = 29.03%
G = 34.72%
B = 36.25%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE2EC (or 0xBDE2EC) is known color: Onahau. HEX triplet: BD, E2 and EC. RGB value is (189,226,236). Sum of RGB (Red+Green+Blue) = 189+226+236=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EC is #421D13. Grayscale: #D8D8D8. Windows color (decimal): -4332820 or 15524541. OLE color: 15524541.

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

Color convert

RGB 189 226 236 -
CMYK 0.20 0.04 0 0.07
HSL 192.77º 0.55% 0.83% -
HSV(B) 192.77º 0.2% 0.93% -
XYZ 63.32 71.27 89.78 -
YUV 216.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 189 226 236 0.20 0.04 0 0.07 192.77 0.55 0.83
Hex BD E2 EC 14 4 0 7 C1 37 53
Octal 275 342 354 24 4 0 7 301 67 123
Binary 10111101 11100010 11101100 10100 100 0 111 11000001 110111 1010011

Color Harmonies of #BDE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2EC

Black with #BDE2EC

Text Example


Text Example

White with #BDE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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