Html Css Color HEX #BDE7EC Onahau

📋 copy color: '#BDE7EC'

red 189 ◦ green 231 ◦ blue 236

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

Shades of Onahau #BDE7EC

Tints of Onahau #BDE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.21%

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

R = 28.81%
G = 35.21%
B = 35.98%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE7EC (or 0xBDE7EC) is known color: Onahau. HEX triplet: BD, E7 and EC. RGB value is (189,231,236). Sum of RGB (Red+Green+Blue) = 189+231+236=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7EC is #421813. Grayscale: #DADADA. Windows color (decimal): -4331540 or 15525821. OLE color: 15525821.

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

Color convert

RGB 189 231 236 -
CMYK 0.20 0.02 0 0.07
HSL 186.38º 0.55% 0.83% -
HSV(B) 186.38º 0.2% 0.93% -
XYZ 64.7 74.03 90.24 -
YUV 219.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 189 231 236 0.20 0.02 0 0.07 186.38 0.55 0.83
Hex BD E7 EC 14 2 0 7 BA 37 53
Octal 275 347 354 24 2 0 7 272 67 123
Binary 10111101 11100111 11101100 10100 10 0 111 10111010 110111 1010011

Color Harmonies of #BDE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7EC

Black with #BDE7EC

Text Example


Text Example

White with #BDE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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