Html Css Color HEX #BFD5DC Light Blue

📋 copy color: '#BFD5DC'

red 191 ◦ green 213 ◦ blue 220

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

Shades of Light Blue #BFD5DC

Tints of Light Blue #BFD5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.13%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 30.61%
G = 34.13%
B = 35.26%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFD5DC (or 0xBFD5DC) is known color: Light Blue. HEX triplet: BF, D5 and DC. RGB value is (191,213,220). Sum of RGB (Red+Green+Blue) = 191+213+220=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5DC is #402A23. Grayscale: #CFCFCF. Windows color (decimal): -4205092 or 14472639. OLE color: 14472639.

HSL color Cylindrical-coordinate representation of color #BFD5DC: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD5DC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 213 220 -
CMYK 0.13 0.03 0 0.14
HSL 194.48º 0.29% 0.81% -
HSV(B) 194.48º 0.13% 0.86% -
XYZ 58.2 63.83 76.96 -
YUV 207.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 191 213 220 0.13 0.03 0 0.14 194.48 0.29 0.81
Hex BF D5 DC D 3 0 E C2 1D 51
Octal 277 325 334 15 3 0 16 302 35 121
Binary 10111111 11010101 11011100 1101 11 0 1110 11000010 11101 1010001

Color Harmonies of #BFD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5DC

Black with #BFD5DC

Text Example


Text Example

White with #BFD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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