Html Css Color HEX #BFDCE1 Onahau

📋 copy color: '#BFDCE1'

red 191 ◦ green 220 ◦ blue 225

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

Shades of Onahau #BFDCE1

Tints of Onahau #BFDCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.38%

R = 30.03%
G = 34.59%
B = 35.38%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFDCE1 (or 0xBFDCE1) is known color: Onahau. HEX triplet: BF, DC and E1. RGB value is (191,220,225). Sum of RGB (Red+Green+Blue) = 191+220+225=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCE1 is #40231E. Grayscale: #D3D3D3. Windows color (decimal): -4203295 or 14802111. OLE color: 14802111.

HSL color Cylindrical-coordinate representation of color #BFDCE1: hue angle of 188.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDCE1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 220 225 -
CMYK 0.15 0.02 0 0.12
HSL 188.82º 0.36% 0.82% -
HSV(B) 188.82º 0.15% 0.88% -
XYZ 60.67 67.7 81.1 -
YUV 211.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 191 220 225 0.15 0.02 0 0.12 188.82 0.36 0.82
Hex BF DC E1 F 2 0 C BD 24 52
Octal 277 334 341 17 2 0 14 275 44 122
Binary 10111111 11011100 11100001 1111 10 0 1100 10111101 100100 1010010

Color Harmonies of #BFDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCE1

Black with #BFDCE1

Text Example


Text Example

White with #BFDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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