Html Css Color HEX #BDE1EB Onahau

📋 copy color: '#BDE1EB'

red 189 ◦ green 225 ◦ blue 235

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

Shades of Onahau #BDE1EB

Tints of Onahau #BDE1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 29.12%
G = 34.67%
B = 36.21%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDE1EB (or 0xBDE1EB) is known color: Onahau. HEX triplet: BD, E1 and EB. RGB value is (189,225,235). Sum of RGB (Red+Green+Blue) = 189+225+235=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EB is #421E14. Grayscale: #D7D7D7. Windows color (decimal): -4333077 or 15458749. OLE color: 15458749.

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

Color convert

RGB 189 225 235 -
CMYK 0.20 0.04 0 0.08
HSL 193.04º 0.53% 0.83% -
HSV(B) 193.04º 0.2% 0.92% -
XYZ 62.91 70.67 88.92 -
YUV 215.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 189 225 235 0.20 0.04 0 0.08 193.04 0.53 0.83
Hex BD E1 EB 14 4 0 8 C1 35 53
Octal 275 341 353 24 4 0 10 301 65 123
Binary 10111101 11100001 11101011 10100 100 0 1000 11000001 110101 1010011

Color Harmonies of #BDE1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1EB

Black with #BDE1EB

Text Example


Text Example

White with #BDE1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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