Html Css Color HEX #BFD2E0 Spindle

📋 copy color: '#BFD2E0'

red 191 ◦ green 210 ◦ blue 224

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

Shades of Spindle #BFD2E0

Tints of Spindle #BFD2E0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.6%

 BLUE value IS 224 (87.89% from 255) = 35.84%

R = 30.56%
G = 33.6%
B = 35.84%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFD2E0 (or 0xBFD2E0) is known color: Spindle. HEX triplet: BF, D2 and E0. RGB value is (191,210,224). Sum of RGB (Red+Green+Blue) = 191+210+224=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2E0 is #402D1F. Grayscale: #CDCDCD. Windows color (decimal): -4205856 or 14734015. OLE color: 14734015.

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

Color convert

RGB 191 210 224 -
CMYK 0.15 0.06 0 0.12
HSL 205.45º 0.35% 0.81% -
HSV(B) 205.45º 0.15% 0.88% -
XYZ 57.99 62.55 79.54 -
YUV 205.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 191 210 224 0.15 0.06 0 0.12 205.45 0.35 0.81
Hex BF D2 E0 F 6 0 C CD 23 51
Octal 277 322 340 17 6 0 14 315 43 121
Binary 10111111 11010010 11100000 1111 110 0 1100 11001101 100011 1010001

Color Harmonies of #BFD2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2E0

Black with #BFD2E0

Text Example


Text Example

White with #BFD2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2E0; }

 p { color: rgb(191,210,224); }

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

background-color css

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

 a { background-color: rgb(191,210,224); }

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

border-color css

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

 span { border-color: rgb(191,210,224); }

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