Html Css Color HEX #B3C1FD Perano

📋 copy color: '#B3C1FD'

red 179 ◦ green 193 ◦ blue 253

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

Shades of Perano #B3C1FD

Tints of Perano #B3C1FD

RGB

 RED value IS 179 (70.31% from 255) = 28.64%

 GREEN value IS 193 (75.78% from 255) = 30.88%

 BLUE value IS 253 (99.22% from 255) = 40.48%

R = 28.64%
G = 30.88%
B = 40.48%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B3C1FD (or 0xB3C1FD) is known color: Perano. HEX triplet: B3, C1 and FD. RGB value is (179,193,253). Sum of RGB (Red+Green+Blue) = 179+193+253=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C1FD is #4C3E02. Grayscale: #C3C3C3. Windows color (decimal): -4996611 or 16630195. OLE color: 16630195.

HSL color Cylindrical-coordinate representation of color #B3C1FD: hue angle of 228.65º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C1FD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 193 253 -
CMYK 0.29 0.24 0 0.01
HSL 228.65º 0.95% 0.85% -
HSV(B) 228.65º 0.29% 0.99% -
XYZ 55.39 54.82 100.59 -
YUV 195.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 179 193 253 0.29 0.24 0 0.01 228.65 0.95 0.85
Hex B3 C1 FD 1D 18 0 1 E5 5F 55
Octal 263 301 375 35 30 0 1 345 137 125
Binary 10110011 11000001 11111101 11101 11000 0 1 11100101 1011111 1010101

Color Harmonies of #B3C1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C1FD

Black with #B3C1FD

Text Example


Text Example

White with #B3C1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C1FD; }

 p { color: rgb(179,193,253); }

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

background-color css

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

 a { background-color: rgb(179,193,253); }

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

border-color css

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

 span { border-color: rgb(179,193,253); }

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