Html Css Color HEX #BCCFC4 Nebula

📋 copy color: '#BCCFC4'

red 188 ◦ green 207 ◦ blue 196

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

Shades of Nebula #BCCFC4

Tints of Nebula #BCCFC4

RGB

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

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

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

R = 31.81%
G = 35.03%
B = 33.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#BCCFC4 (or 0xBCCFC4) is known color: Nebula. HEX triplet: BC, CF and C4. RGB value is (188,207,196). Sum of RGB (Red+Green+Blue) = 188+207+196=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC4 is #43303B. Grayscale: #C8C8C8. Windows color (decimal): -4403260 or 12898236. OLE color: 12898236.

HSL color Cylindrical-coordinate representation of color #BCCFC4: hue angle of 145.26º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 196 -
CMYK 0.09 0 0.05 0.19
HSL 145.26º 0.17% 0.77% -
HSV(B) 145.26º 0.09% 0.81% -
XYZ 53.02 59.3 60.88 -
YUV 200.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 188 207 196 0.09 0 0.05 0.19 145.26 0.17 0.77
Hex BC CF C4 9 0 5 13 91 11 4D
Octal 274 317 304 11 0 5 23 221 21 115
Binary 10111100 11001111 11000100 1001 0 101 10011 10010001 10001 1001101

Color Harmonies of #BCCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFC4

Black with #BCCFC4

Text Example


Text Example

White with #BCCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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