Html Css Color HEX #BCCFD7 Light Blue

📋 copy color: '#BCCFD7'

red 188 ◦ green 207 ◦ blue 215

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

Shades of Light Blue #BCCFD7

Tints of Light Blue #BCCFD7

RGB

 RED value IS 188 (73.83% from 255) = 30.82%

 GREEN value IS 207 (81.25% from 255) = 33.93%

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 30.82%
G = 33.93%
B = 35.25%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCFD7 (or 0xBCCFD7) is known color: Light Blue. HEX triplet: BC, CF and D7. RGB value is (188,207,215). Sum of RGB (Red+Green+Blue) = 188+207+215=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD7 is #433028. Grayscale: #CACACA. Windows color (decimal): -4403241 or 14143420. OLE color: 14143420.

HSL color Cylindrical-coordinate representation of color #BCCFD7: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCFD7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 207 215 -
CMYK 0.13 0.04 0 0.16
HSL 197.78º 0.25% 0.79% -
HSV(B) 197.78º 0.13% 0.84% -
XYZ 55.32 60.22 73 -
YUV 202.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 188 207 215 0.13 0.04 0 0.16 197.78 0.25 0.79
Hex BC CF D7 D 4 0 10 C6 19 4F
Octal 274 317 327 15 4 0 20 306 31 117
Binary 10111100 11001111 11010111 1101 100 0 10000 11000110 11001 1001111

Color Harmonies of #BCCFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFD7

Black with #BCCFD7

Text Example


Text Example

White with #BCCFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFD7; }

 p { color: rgb(188,207,215); }

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

background-color css

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

 a { background-color: rgb(188,207,215); }

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

border-color css

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

 span { border-color: rgb(188,207,215); }

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