Html Css Color HEX #BCCFD5 Light Blue

📋 copy color: '#BCCFD5'

red 188 ◦ green 207 ◦ blue 213

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

Shades of Light Blue #BCCFD5

Tints of Light Blue #BCCFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 30.92%
G = 34.05%
B = 35.03%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCFD5 (or 0xBCCFD5) is known color: Light Blue. HEX triplet: BC, CF and D5. RGB value is (188,207,213). Sum of RGB (Red+Green+Blue) = 188+207+213=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD5 is #43302A. Grayscale: #C9C9C9. Windows color (decimal): -4403243 or 14012348. OLE color: 14012348.

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

Color convert

RGB 188 207 213 -
CMYK 0.12 0.03 0 0.16
HSL 194.4º 0.23% 0.79% -
HSV(B) 194.4º 0.12% 0.84% -
XYZ 55.06 60.12 71.65 -
YUV 202 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 188 207 213 0.12 0.03 0 0.16 194.4 0.23 0.79
Hex BC CF D5 C 3 0 10 C2 17 4F
Octal 274 317 325 14 3 0 20 302 27 117
Binary 10111100 11001111 11010101 1100 11 0 10000 11000010 10111 1001111

Color Harmonies of #BCCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFD5

Black with #BCCFD5

Text Example


Text Example

White with #BCCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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