Html Css Color HEX #BDECF0 Onahau

📋 copy color: '#BDECF0'

red 189 ◦ green 236 ◦ blue 240

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

Shades of Onahau #BDECF0

Tints of Onahau #BDECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 28.42%
G = 35.49%
B = 36.09%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDECF0 (or 0xBDECF0) is known color: Onahau. HEX triplet: BD, EC and F0. RGB value is (189,236,240). Sum of RGB (Red+Green+Blue) = 189+236+240=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF0 is #42130F. Grayscale: #DEDEDE. Windows color (decimal): -4330256 or 15789245. OLE color: 15789245.

HSL color Cylindrical-coordinate representation of color #BDECF0: hue angle of 184.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDECF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 236 240 -
CMYK 0.21 0.02 0 0.06
HSL 184.71º 0.63% 0.84% -
HSV(B) 184.71º 0.21% 0.94% -
XYZ 66.71 77.1 93.8 -
YUV 222.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 189 236 240 0.21 0.02 0 0.06 184.71 0.63 0.84
Hex BD EC F0 15 2 0 6 B9 3F 54
Octal 275 354 360 25 2 0 6 271 77 124
Binary 10111101 11101100 11110000 10101 10 0 110 10111001 111111 1010100

Color Harmonies of #BDECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECF0

Black with #BDECF0

Text Example


Text Example

White with #BDECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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