Html Css Color HEX #BDECF5 Onahau

📋 copy color: '#BDECF5'

red 189 ◦ green 236 ◦ blue 245

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

Shades of Onahau #BDECF5

Tints of Onahau #BDECF5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.22%

 BLUE value IS 245 (96.09% from 255) = 36.57%

R = 28.21%
G = 35.22%
B = 36.57%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDECF5 (or 0xBDECF5) is known color: Onahau. HEX triplet: BD, EC and F5. RGB value is (189,236,245). Sum of RGB (Red+Green+Blue) = 189+236+245=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF5 is #42130A. Grayscale: #DEDEDE. Windows color (decimal): -4330251 or 16116925. OLE color: 16116925.

HSL color Cylindrical-coordinate representation of color #BDECF5: hue angle of 189.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDECF5 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 236 245 -
CMYK 0.23 0.04 0 0.04
HSL 189.64º 0.74% 0.85% -
HSV(B) 189.64º 0.23% 0.96% -
XYZ 67.46 77.4 97.77 -
YUV 222.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 189 236 245 0.23 0.04 0 0.04 189.64 0.74 0.85
Hex BD EC F5 17 4 0 4 BE 4A 55
Octal 275 354 365 27 4 0 4 276 112 125
Binary 10111101 11101100 11110101 10111 100 0 100 10111110 1001010 1010101

Color Harmonies of #BDECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECF5

Black with #BDECF5

Text Example


Text Example

White with #BDECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECF5; }

 p { color: rgb(189,236,245); }

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

background-color css

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

 a { background-color: rgb(189,236,245); }

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

border-color css

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

 span { border-color: rgb(189,236,245); }

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