Html Css Color HEX #BBD3C4 Nebula

📋 copy color: '#BBD3C4'

red 187 ◦ green 211 ◦ blue 196

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

Shades of Nebula #BBD3C4

Tints of Nebula #BBD3C4

RGB

 RED value IS 187 (73.44% from 255) = 31.48%

 GREEN value IS 211 (82.81% from 255) = 35.52%

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

R = 31.48%
G = 35.52%
B = 33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#BBD3C4 (or 0xBBD3C4) is known color: Nebula. HEX triplet: BB, D3 and C4. RGB value is (187,211,196). Sum of RGB (Red+Green+Blue) = 187+211+196=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C4 is #442C3B. Grayscale: #CACACA. Windows color (decimal): -4467772 or 12899259. OLE color: 12899259.

HSL color Cylindrical-coordinate representation of color #BBD3C4: hue angle of 142.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3C4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 196 -
CMYK 0.11 0 0.07 0.17
HSL 142.5º 0.21% 0.78% -
HSV(B) 142.5º 0.11% 0.83% -
XYZ 53.75 61.14 61.19 -
YUV 202.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 187 211 196 0.11 0 0.07 0.17 142.5 0.21 0.78
Hex BB D3 C4 B 0 7 11 8E 15 4E
Octal 273 323 304 13 0 7 21 216 25 116
Binary 10111011 11010011 11000100 1011 0 111 10001 10001110 10101 1001110

Color Harmonies of #BBD3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3C4

Black with #BBD3C4

Text Example


Text Example

White with #BBD3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3C4; }

 p { color: rgb(187,211,196); }

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

background-color css

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

 a { background-color: rgb(187,211,196); }

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

border-color css

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

 span { border-color: rgb(187,211,196); }

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