Html Css Color HEX #BFD7DF Light Blue

📋 copy color: '#BFD7DF'

red 191 ◦ green 215 ◦ blue 223

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

Shades of Light Blue #BFD7DF

Tints of Light Blue #BFD7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.18%

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 30.37%
G = 34.18%
B = 35.45%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFD7DF (or 0xBFD7DF) is known color: Light Blue. HEX triplet: BF, D7 and DF. RGB value is (191,215,223). Sum of RGB (Red+Green+Blue) = 191+215+223=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7DF is #402820. Grayscale: #D0D0D0. Windows color (decimal): -4204577 or 14669759. OLE color: 14669759.

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

Color convert

RGB 191 215 223 -
CMYK 0.14 0.04 0 0.13
HSL 195º 0.33% 0.81% -
HSV(B) 195º 0.14% 0.87% -
XYZ 59.11 65 79.24 -
YUV 208.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 191 215 223 0.14 0.04 0 0.13 195 0.33 0.81
Hex BF D7 DF E 4 0 D C3 21 51
Octal 277 327 337 16 4 0 15 303 41 121
Binary 10111111 11010111 11011111 1110 100 0 1101 11000011 100001 1010001

Color Harmonies of #BFD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7DF

Black with #BFD7DF

Text Example


Text Example

White with #BFD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7DF; }

 p { color: rgb(191,215,223); }

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

background-color css

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

 a { background-color: rgb(191,215,223); }

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

border-color css

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

 span { border-color: rgb(191,215,223); }

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