Html Css Color HEX #BCCFC2 Nebula

📋 copy color: '#BCCFC2'

red 188 ◦ green 207 ◦ blue 194

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

Shades of Nebula #BCCFC2

Tints of Nebula #BCCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 31.92%
G = 35.14%
B = 32.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#BCCFC2 (or 0xBCCFC2) is known color: Nebula. HEX triplet: BC, CF and C2. RGB value is (188,207,194). Sum of RGB (Red+Green+Blue) = 188+207+194=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC2 is #43303D. Grayscale: #C7C7C7. Windows color (decimal): -4403262 or 12767164. OLE color: 12767164.

HSL color Cylindrical-coordinate representation of color #BCCFC2: hue angle of 138.95º 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 #BCCFC2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 194 -
CMYK 0.09 0 0.06 0.19
HSL 138.95º 0.17% 0.77% -
HSV(B) 138.95º 0.09% 0.81% -
XYZ 52.79 59.21 59.69 -
YUV 199.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 188 207 194 0.09 0 0.06 0.19 138.95 0.17 0.77
Hex BC CF C2 9 0 6 13 8B 11 4D
Octal 274 317 302 11 0 6 23 213 21 115
Binary 10111100 11001111 11000010 1001 0 110 10011 10001011 10001 1001101

Color Harmonies of #BCCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFC2

Black with #BCCFC2

Text Example


Text Example

White with #BCCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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