Html Css Color HEX #BDE8EE Onahau

📋 copy color: '#BDE8EE'

red 189 ◦ green 232 ◦ blue 238

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

Shades of Onahau #BDE8EE

Tints of Onahau #BDE8EE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.2%

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 28.68%
G = 35.2%
B = 36.12%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE8EE (or 0xBDE8EE) is known color: Onahau. HEX triplet: BD, E8 and EE. RGB value is (189,232,238). Sum of RGB (Red+Green+Blue) = 189+232+238=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EE is #421711. Grayscale: #DBDBDB. Windows color (decimal): -4331282 or 15657149. OLE color: 15657149.

HSL color Cylindrical-coordinate representation of color #BDE8EE: hue angle of 187.35º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE8EE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 232 238 -
CMYK 0.21 0.03 0 0.07
HSL 187.35º 0.59% 0.84% -
HSV(B) 187.35º 0.21% 0.93% -
XYZ 65.28 74.71 91.87 -
YUV 219.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 189 232 238 0.21 0.03 0 0.07 187.35 0.59 0.84
Hex BD E8 EE 15 3 0 7 BB 3B 54
Octal 275 350 356 25 3 0 7 273 73 124
Binary 10111101 11101000 11101110 10101 11 0 111 10111011 111011 1010100

Color Harmonies of #BDE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8EE

Black with #BDE8EE

Text Example


Text Example

White with #BDE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8EE; }

 p { color: rgb(189,232,238); }

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

background-color css

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

 a { background-color: rgb(189,232,238); }

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

border-color css

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

 span { border-color: rgb(189,232,238); }

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