Html Css Color HEX #BFDDEB Onahau

📋 copy color: '#BFDDEB'

red 191 ◦ green 221 ◦ blue 235

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

Shades of Onahau #BFDDEB

Tints of Onahau #BFDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.16%

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

R = 29.52%
G = 34.16%
B = 36.32%

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

#BFDDEB (or 0xBFDDEB) is known color: Onahau. HEX triplet: BF, DD and EB. RGB value is (191,221,235). Sum of RGB (Red+Green+Blue) = 191+221+235=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDEB is #402214. Grayscale: #D5D5D5. Windows color (decimal): -4203029 or 15457727. OLE color: 15457727.

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

Color convert

RGB 191 221 235 -
CMYK 0.19 0.06 0 0.08
HSL 199.09º 0.52% 0.84% -
HSV(B) 199.09º 0.19% 0.92% -
XYZ 62.34 68.79 88.59 -
YUV 213.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 191 221 235 0.19 0.06 0 0.08 199.09 0.52 0.84
Hex BF DD EB 13 6 0 8 C7 34 54
Octal 277 335 353 23 6 0 10 307 64 124
Binary 10111111 11011101 11101011 10011 110 0 1000 11000111 110100 1010100

Color Harmonies of #BFDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDEB

Black with #BFDDEB

Text Example


Text Example

White with #BFDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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