Html Css Color HEX #D5BCFB Fog

📋 copy color: '#D5BCFB'

red 213 ◦ green 188 ◦ blue 251

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

Shades of Fog #D5BCFB

Tints of Fog #D5BCFB

RGB

 RED value IS 213 (83.59% from 255) = 32.67%

 GREEN value IS 188 (73.83% from 255) = 28.83%

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 32.67%
G = 28.83%
B = 38.5%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5BCFB (or 0xD5BCFB) is known color: Fog. HEX triplet: D5, BC and FB. RGB value is (213,188,251). Sum of RGB (Red+Green+Blue) = 213+188+251=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCFB is #2A4304. Grayscale: #CACACA. Windows color (decimal): -2769669 or 16497877. OLE color: 16497877.

HSL color Cylindrical-coordinate representation of color #D5BCFB: hue angle of 263.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BCFB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 188 251 -
CMYK 0.15 0.25 0 0.02
HSL 263.81º 0.89% 0.86% -
HSV(B) 263.81º 0.25% 0.98% -
XYZ 62.84 57.08 98.97 -
YUV 202.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 213 188 251 0.15 0.25 0 0.02 263.81 0.89 0.86
Hex D5 BC FB F 19 0 2 108 59 56
Octal 325 274 373 17 31 0 2 410 131 126
Binary 11010101 10111100 11111011 1111 11001 0 10 100001000 1011001 1010110

Color Harmonies of #D5BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCFB

Black with #D5BCFB

Text Example


Text Example

White with #D5BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCFB; }

 p { color: rgb(213,188,251); }

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

background-color css

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

 a { background-color: rgb(213,188,251); }

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

border-color css

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

 span { border-color: rgb(213,188,251); }

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