Html Css Color HEX #BFDCE3 Onahau

📋 copy color: '#BFDCE3'

red 191 ◦ green 220 ◦ blue 227

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

Shades of Onahau #BFDCE3

Tints of Onahau #BFDCE3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

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

R = 29.94%
G = 34.48%
B = 35.58%

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

#BFDCE3 (or 0xBFDCE3) is known color: Onahau. HEX triplet: BF, DC and E3. RGB value is (191,220,227). Sum of RGB (Red+Green+Blue) = 191+220+227=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCE3 is #40231C. Grayscale: #D4D4D4. Windows color (decimal): -4203293 or 14933183. OLE color: 14933183.

HSL color Cylindrical-coordinate representation of color #BFDCE3: hue angle of 191.67º 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 #BFDCE3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 220 227 -
CMYK 0.16 0.03 0 0.11
HSL 191.67º 0.39% 0.82% -
HSV(B) 191.67º 0.16% 0.89% -
XYZ 60.94 67.81 82.55 -
YUV 212.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 191 220 227 0.16 0.03 0 0.11 191.67 0.39 0.82
Hex BF DC E3 10 3 0 B C0 27 52
Octal 277 334 343 20 3 0 13 300 47 122
Binary 10111111 11011100 11100011 10000 11 0 1011 11000000 100111 1010010

Color Harmonies of #BFDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCE3

Black with #BFDCE3

Text Example


Text Example

White with #BFDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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