Html Css Color HEX #BCCCC3 Nebula

📋 copy color: '#BCCCC3'

red 188 ◦ green 204 ◦ blue 195

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

Shades of Nebula #BCCCC3

Tints of Nebula #BCCCC3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 195 (76.56% from 255) = 33.22%

R = 32.03%
G = 34.75%
B = 33.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#BCCCC3 (or 0xBCCCC3) is known color: Nebula. HEX triplet: BC, CC and C3. RGB value is (188,204,195). Sum of RGB (Red+Green+Blue) = 188+204+195=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC3 is #43333C. Grayscale: #C6C6C6. Windows color (decimal): -4404029 or 12831932. OLE color: 12831932.

HSL color Cylindrical-coordinate representation of color #BCCCC3: hue angle of 146.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCCC3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 195 -
CMYK 0.08 0 0.04 0.2
HSL 146.25º 0.14% 0.77% -
HSV(B) 146.25º 0.08% 0.8% -
XYZ 52.18 57.82 60.04 -
YUV 198.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 188 204 195 0.08 0 0.04 0.2 146.25 0.14 0.77
Hex BC CC C3 8 0 4 14 92 E 4D
Octal 274 314 303 10 0 4 24 222 16 115
Binary 10111100 11001100 11000011 1000 0 100 10100 10010010 1110 1001101

Color Harmonies of #BCCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCC3

Black with #BCCCC3

Text Example


Text Example

White with #BCCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCC3; }

 p { color: rgb(188,204,195); }

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

background-color css

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

 a { background-color: rgb(188,204,195); }

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

border-color css

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

 span { border-color: rgb(188,204,195); }

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