Html Css Color HEX #BFDEEB Onahau

📋 copy color: '#BFDEEB'

red 191 ◦ green 222 ◦ blue 235

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

Shades of Onahau #BFDEEB

Tints of Onahau #BFDEEB

RGB

 RED value IS 191 (75% from 255) = 29.48%

 GREEN value IS 222 (87.11% from 255) = 34.26%

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

R = 29.48%
G = 34.26%
B = 36.27%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFDEEB (or 0xBFDEEB) is known color: Onahau. HEX triplet: BF, DE and EB. RGB value is (191,222,235). Sum of RGB (Red+Green+Blue) = 191+222+235=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEEB is #402114. Grayscale: #D6D6D6. Windows color (decimal): -4202773 or 15457983. OLE color: 15457983.

HSL color Cylindrical-coordinate representation of color #BFDEEB: hue angle of 197.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDEEB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 222 235 -
CMYK 0.19 0.06 0 0.08
HSL 197.73º 0.52% 0.84% -
HSV(B) 197.73º 0.19% 0.92% -
XYZ 62.6 69.32 88.68 -
YUV 214.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 191 222 235 0.19 0.06 0 0.08 197.73 0.52 0.84
Hex BF DE EB 13 6 0 8 C6 34 54
Octal 277 336 353 23 6 0 10 306 64 124
Binary 10111111 11011110 11101011 10011 110 0 1000 11000110 110100 1010100

Color Harmonies of #BFDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDEEB

Black with #BFDEEB

Text Example


Text Example

White with #BFDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDEEB; }

 p { color: rgb(191,222,235); }

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

background-color css

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

 a { background-color: rgb(191,222,235); }

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

border-color css

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

 span { border-color: rgb(191,222,235); }

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