Html Css Color HEX #BBDDDA Scandal

📋 copy color: '#BBDDDA'

red 187 ◦ green 221 ◦ blue 218

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

Shades of Scandal #BBDDDA

Tints of Scandal #BBDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.3%

 BLUE value IS 218 (85.55% from 255) = 34.82%

R = 29.87%
G = 35.3%
B = 34.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BBDDDA (or 0xBBDDDA) is known color: Scandal. HEX triplet: BB, DD and DA. RGB value is (187,221,218). Sum of RGB (Red+Green+Blue) = 187+221+218=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDDA is #442225. Grayscale: #D2D2D2. Windows color (decimal): -4465190 or 14343611. OLE color: 14343611.

HSL color Cylindrical-coordinate representation of color #BBDDDA: hue angle of 174.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDDA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 218 -
CMYK 0.15 0 0.01 0.13
HSL 174.71º 0.33% 0.8% -
HSV(B) 174.71º 0.15% 0.87% -
XYZ 59 67.34 76.22 -
YUV 210.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 187 221 218 0.15 0 0.01 0.13 174.71 0.33 0.8
Hex BB DD DA F 0 1 D AF 21 50
Octal 273 335 332 17 0 1 15 257 41 120
Binary 10111011 11011101 11011010 1111 0 1 1101 10101111 100001 1010000

Color Harmonies of #BBDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDDA

Black with #BBDDDA

Text Example


Text Example

White with #BBDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDDA; }

 p { color: rgb(187,221,218); }

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

background-color css

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

 a { background-color: rgb(187,221,218); }

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

border-color css

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

 span { border-color: rgb(187,221,218); }

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