Html Css Color HEX #BDECF9 Onahau

📋 copy color: '#BDECF9'

red 189 ◦ green 236 ◦ blue 249

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

Shades of Onahau #BDECF9

Tints of Onahau #BDECF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.94%

R = 28.04%
G = 35.01%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDECF9 (or 0xBDECF9) is known color: Onahau. HEX triplet: BD, EC and F9. RGB value is (189,236,249). Sum of RGB (Red+Green+Blue) = 189+236+249=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF9 is #421306. Grayscale: #DFDFDF. Windows color (decimal): -4330247 or 16379069. OLE color: 16379069.

HSL color Cylindrical-coordinate representation of color #BDECF9: hue angle of 193º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDECF9 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 236 249 -
CMYK 0.24 0.05 0 0.02
HSL 193º 0.83% 0.86% -
HSV(B) 193º 0.24% 0.98% -
XYZ 68.08 77.65 101.02 -
YUV 223.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 189 236 249 0.24 0.05 0 0.02 193 0.83 0.86
Hex BD EC F9 18 5 0 2 C1 53 56
Octal 275 354 371 30 5 0 2 301 123 126
Binary 10111101 11101100 11111001 11000 101 0 10 11000001 1010011 1010110

Color Harmonies of #BDECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECF9

Black with #BDECF9

Text Example


Text Example

White with #BDECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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