Html Css Color HEX #BFDDE6 Onahau

📋 copy color: '#BFDDE6'

red 191 ◦ green 221 ◦ blue 230

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

Shades of Onahau #BFDDE6

Tints of Onahau #BFDDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.83%

R = 29.75%
G = 34.42%
B = 35.83%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFDDE6 (or 0xBFDDE6) is known color: Onahau. HEX triplet: BF, DD and E6. RGB value is (191,221,230). Sum of RGB (Red+Green+Blue) = 191+221+230=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDE6 is #402219. Grayscale: #D4D4D4. Windows color (decimal): -4203034 or 15130047. OLE color: 15130047.

HSL color Cylindrical-coordinate representation of color #BFDDE6: hue angle of 193.85º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDDE6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 221 230 -
CMYK 0.17 0.04 0 0.10
HSL 193.85º 0.44% 0.83% -
HSV(B) 193.85º 0.17% 0.9% -
XYZ 61.63 68.5 84.84 -
YUV 213.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 191 221 230 0.17 0.04 0 0.10 193.85 0.44 0.83
Hex BF DD E6 11 4 0 A C2 2C 53
Octal 277 335 346 21 4 0 12 302 54 123
Binary 10111111 11011101 11100110 10001 100 0 1010 11000010 101100 1010011

Color Harmonies of #BFDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDE6

Black with #BFDDE6

Text Example


Text Example

White with #BFDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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