Html Css Color HEX #BDE9EE Onahau

📋 copy color: '#BDE9EE'

red 189 ◦ green 233 ◦ blue 238

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

Shades of Onahau #BDE9EE

Tints of Onahau #BDE9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.3%

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

R = 28.64%
G = 35.3%
B = 36.06%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE9EE (or 0xBDE9EE) is known color: Onahau. HEX triplet: BD, E9 and EE. RGB value is (189,233,238). Sum of RGB (Red+Green+Blue) = 189+233+238=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EE is #421611. Grayscale: #DCDCDC. Windows color (decimal): -4331026 or 15657405. OLE color: 15657405.

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

Color convert

RGB 189 233 238 -
CMYK 0.21 0.02 0 0.07
HSL 186.12º 0.59% 0.84% -
HSV(B) 186.12º 0.21% 0.93% -
XYZ 65.56 75.27 91.96 -
YUV 220.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 189 233 238 0.21 0.02 0 0.07 186.12 0.59 0.84
Hex BD E9 EE 15 2 0 7 BA 3B 54
Octal 275 351 356 25 2 0 7 272 73 124
Binary 10111101 11101001 11101110 10101 10 0 111 10111010 111011 1010100

Color Harmonies of #BDE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9EE

Black with #BDE9EE

Text Example


Text Example

White with #BDE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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