Html Css Color HEX #BBDACA Jet Stream

📋 copy color: '#BBDACA'

red 187 ◦ green 218 ◦ blue 202

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

Shades of Jet Stream #BBDACA

Tints of Jet Stream #BBDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.91%

 BLUE value IS 202 (79.3% from 255) = 33.28%

R = 30.81%
G = 35.91%
B = 33.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BBDACA (or 0xBBDACA) is known color: Jet Stream. HEX triplet: BB, DA and CA. RGB value is (187,218,202). Sum of RGB (Red+Green+Blue) = 187+218+202=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDACA is #442535. Grayscale: #CECECE. Windows color (decimal): -4465974 or 13294267. OLE color: 13294267.

HSL color Cylindrical-coordinate representation of color #BBDACA: hue angle of 149.03º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDACA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 202 -
CMYK 0.14 0 0.07 0.15
HSL 149.03º 0.3% 0.79% -
HSV(B) 149.03º 0.14% 0.85% -
XYZ 56.23 64.97 65.45 -
YUV 206.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 187 218 202 0.14 0 0.07 0.15 149.03 0.3 0.79
Hex BB DA CA E 0 7 F 95 1E 4F
Octal 273 332 312 16 0 7 17 225 36 117
Binary 10111011 11011010 11001010 1110 0 111 1111 10010101 11110 1001111

Color Harmonies of #BBDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDACA

Black with #BBDACA

Text Example


Text Example

White with #BBDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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