Html Css Color HEX #BDE6EB Onahau

📋 copy color: '#BDE6EB'

red 189 ◦ green 230 ◦ blue 235

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

Shades of Onahau #BDE6EB

Tints of Onahau #BDE6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 28.9%
G = 35.17%
B = 35.93%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDE6EB (or 0xBDE6EB) is known color: Onahau. HEX triplet: BD, E6 and EB. RGB value is (189,230,235). Sum of RGB (Red+Green+Blue) = 189+230+235=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6EB is #421914. Grayscale: #DADADA. Windows color (decimal): -4331797 or 15460029. OLE color: 15460029.

HSL color Cylindrical-coordinate representation of color #BDE6EB: hue angle of 186.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE6EB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 230 235 -
CMYK 0.20 0.02 0 0.08
HSL 186.52º 0.53% 0.83% -
HSV(B) 186.52º 0.2% 0.92% -
XYZ 64.28 73.41 89.38 -
YUV 218.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 189 230 235 0.20 0.02 0 0.08 186.52 0.53 0.83
Hex BD E6 EB 14 2 0 8 BB 35 53
Octal 275 346 353 24 2 0 10 273 65 123
Binary 10111101 11100110 11101011 10100 10 0 1000 10111011 110101 1010011

Color Harmonies of #BDE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6EB

Black with #BDE6EB

Text Example


Text Example

White with #BDE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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