Html Css Color HEX #BFDDE3 Onahau

📋 copy color: '#BFDDE3'

red 191 ◦ green 221 ◦ blue 227

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

Shades of Onahau #BFDDE3

Tints of Onahau #BFDDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.52%

R = 29.89%
G = 34.59%
B = 35.52%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFDDE3 (or 0xBFDDE3) is known color: Onahau. HEX triplet: BF, DD and E3. RGB value is (191,221,227). Sum of RGB (Red+Green+Blue) = 191+221+227=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDE3 is #40221C. Grayscale: #D4D4D4. Windows color (decimal): -4203037 or 14933439. OLE color: 14933439.

HSL color Cylindrical-coordinate representation of color #BFDDE3: hue angle of 190º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDDE3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 221 227 -
CMYK 0.16 0.03 0 0.11
HSL 190º 0.39% 0.82% -
HSV(B) 190º 0.16% 0.89% -
XYZ 61.21 68.34 82.64 -
YUV 212.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 191 221 227 0.16 0.03 0 0.11 190 0.39 0.82
Hex BF DD E3 10 3 0 B BE 27 52
Octal 277 335 343 20 3 0 13 276 47 122
Binary 10111111 11011101 11100011 10000 11 0 1011 10111110 100111 1010010

Color Harmonies of #BFDDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDE3

Black with #BFDDE3

Text Example


Text Example

White with #BFDDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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