Html Css Color HEX #B8CFCA Jet Stream

📋 copy color: '#B8CFCA'

red 184 ◦ green 207 ◦ blue 202

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

Shades of Jet Stream #B8CFCA

Tints of Jet Stream #B8CFCA

RGB

 RED value IS 184 (72.27% from 255) = 31.03%

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

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

R = 31.03%
G = 34.91%
B = 34.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B8CFCA (or 0xB8CFCA) is known color: Jet Stream. HEX triplet: B8, CF and CA. RGB value is (184,207,202). Sum of RGB (Red+Green+Blue) = 184+207+202=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCA is #473035. Grayscale: #C7C7C7. Windows color (decimal): -4665398 or 13291448. OLE color: 13291448.

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

Color convert

RGB 184 207 202 -
CMYK 0.11 0 0.02 0.19
HSL 166.96º 0.19% 0.77% -
HSV(B) 166.96º 0.11% 0.81% -
XYZ 52.74 59.08 64.5 -
YUV 199.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 184 207 202 0.11 0 0.02 0.19 166.96 0.19 0.77
Hex B8 CF CA B 0 2 13 A7 13 4D
Octal 270 317 312 13 0 2 23 247 23 115
Binary 10111000 11001111 11001010 1011 0 10 10011 10100111 10011 1001101

Color Harmonies of #B8CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFCA

Black with #B8CFCA

Text Example


Text Example

White with #B8CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFCA; }

 p { color: rgb(184,207,202); }

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

background-color css

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

 a { background-color: rgb(184,207,202); }

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

border-color css

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

 span { border-color: rgb(184,207,202); }

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