Html Css Color HEX #BFD7DE Light Blue

📋 copy color: '#BFD7DE'

red 191 ◦ green 215 ◦ blue 222

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

Shades of Light Blue #BFD7DE

Tints of Light Blue #BFD7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 30.41%
G = 34.24%
B = 35.35%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFD7DE (or 0xBFD7DE) is known color: Light Blue. HEX triplet: BF, D7 and DE. RGB value is (191,215,222). Sum of RGB (Red+Green+Blue) = 191+215+222=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7DE is #402821. Grayscale: #D0D0D0. Windows color (decimal): -4204578 or 14604223. OLE color: 14604223.

HSL color Cylindrical-coordinate representation of color #BFD7DE: hue angle of 193.55º degrees, saturation: 0.32, 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 #BFD7DE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 215 222 -
CMYK 0.14 0.03 0 0.13
HSL 193.55º 0.32% 0.81% -
HSV(B) 193.55º 0.14% 0.87% -
XYZ 58.97 64.95 78.54 -
YUV 208.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 191 215 222 0.14 0.03 0 0.13 193.55 0.32 0.81
Hex BF D7 DE E 3 0 D C2 20 51
Octal 277 327 336 16 3 0 15 302 40 121
Binary 10111111 11010111 11011110 1110 11 0 1101 11000010 100000 1010001

Color Harmonies of #BFD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7DE

Black with #BFD7DE

Text Example


Text Example

White with #BFD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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