Html Css Color HEX #BCCCC4 Nebula

📋 copy color: '#BCCCC4'

red 188 ◦ green 204 ◦ blue 196

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

Shades of Nebula #BCCCC4

Tints of Nebula #BCCCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 31.97%
G = 34.69%
B = 33.33%

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

#BCCCC4 (or 0xBCCCC4) is known color: Nebula. HEX triplet: BC, CC and C4. RGB value is (188,204,196). Sum of RGB (Red+Green+Blue) = 188+204+196=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC4 is #43333B. Grayscale: #C6C6C6. Windows color (decimal): -4404028 or 12897468. OLE color: 12897468.

HSL color Cylindrical-coordinate representation of color #BCCCC4: hue angle of 150º 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 #BCCCC4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 196 -
CMYK 0.08 0 0.04 0.2
HSL 150º 0.14% 0.77% -
HSV(B) 150º 0.08% 0.8% -
XYZ 52.3 57.86 60.64 -
YUV 198.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 188 204 196 0.08 0 0.04 0.2 150 0.14 0.77
Hex BC CC C4 8 0 4 14 96 E 4D
Octal 274 314 304 10 0 4 24 226 16 115
Binary 10111100 11001100 11000100 1000 0 100 10100 10010110 1110 1001101

Color Harmonies of #BCCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCC4

Black with #BCCCC4

Text Example


Text Example

White with #BCCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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