Html Css Color HEX #BDE6E9 Onahau

📋 copy color: '#BDE6E9'

red 189 ◦ green 230 ◦ blue 233

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

Shades of Onahau #BDE6E9

Tints of Onahau #BDE6E9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

 BLUE value IS 233 (91.41% from 255) = 35.74%

R = 28.99%
G = 35.28%
B = 35.74%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDE6E9 (or 0xBDE6E9) is known color: Onahau. HEX triplet: BD, E6 and E9. RGB value is (189,230,233). Sum of RGB (Red+Green+Blue) = 189+230+233=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6E9 is #421916. Grayscale: #DADADA. Windows color (decimal): -4331799 or 15328957. OLE color: 15328957.

HSL color Cylindrical-coordinate representation of color #BDE6E9: hue angle of 184.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE6E9 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 230 233 -
CMYK 0.19 0.01 0 0.09
HSL 184.09º 0.5% 0.83% -
HSV(B) 184.09º 0.19% 0.91% -
XYZ 63.99 73.3 87.87 -
YUV 218.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 189 230 233 0.19 0.01 0 0.09 184.09 0.5 0.83
Hex BD E6 E9 13 1 0 9 B8 32 53
Octal 275 346 351 23 1 0 11 270 62 123
Binary 10111101 11100110 11101001 10011 1 0 1001 10111000 110010 1010011

Color Harmonies of #BDE6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6E9

Black with #BDE6E9

Text Example


Text Example

White with #BDE6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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