Html Css Color HEX #B2CCD4 Regent St Blue

📋 copy color: '#B2CCD4'

red 178 ◦ green 204 ◦ blue 212

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

Shades of Regent St Blue #B2CCD4

Tints of Regent St Blue #B2CCD4

RGB

 RED value IS 178 (69.92% from 255) = 29.97%

 GREEN value IS 204 (80.08% from 255) = 34.34%

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 29.97%
G = 34.34%
B = 35.69%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B2CCD4 (or 0xB2CCD4) is known color: Regent St Blue. HEX triplet: B2, CC and D4. RGB value is (178,204,212). Sum of RGB (Red+Green+Blue) = 178+204+212=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2CCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCD4 is #4D332B. Grayscale: #C5C5C5. Windows color (decimal): -5059372 or 13946034. OLE color: 13946034.

HSL color Cylindrical-coordinate representation of color #B2CCD4: hue angle of 194.12º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2CCD4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 204 212 -
CMYK 0.16 0.04 0 0.17
HSL 194.12º 0.28% 0.76% -
HSV(B) 194.12º 0.16% 0.83% -
XYZ 51.84 57.4 70.64 -
YUV 197.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 178 204 212 0.16 0.04 0 0.17 194.12 0.28 0.76
Hex B2 CC D4 10 4 0 11 C2 1C 4C
Octal 262 314 324 20 4 0 21 302 34 114
Binary 10110010 11001100 11010100 10000 100 0 10001 11000010 11100 1001100

Color Harmonies of #B2CCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCD4

Black with #B2CCD4

Text Example


Text Example

White with #B2CCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCD4; }

 p { color: rgb(178,204,212); }

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

background-color css

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

 a { background-color: rgb(178,204,212); }

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

border-color css

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

 span { border-color: rgb(178,204,212); }

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