Html Css Color HEX #BBCAF5 Periwinkle

📋 copy color: '#BBCAF5'

red 187 ◦ green 202 ◦ blue 245

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

Shades of Periwinkle #BBCAF5

Tints of Periwinkle #BBCAF5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.86%

 BLUE value IS 245 (96.09% from 255) = 38.64%

R = 29.5%
G = 31.86%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBCAF5 (or 0xBBCAF5) is known color: Periwinkle. HEX triplet: BB, CA and F5. RGB value is (187,202,245). Sum of RGB (Red+Green+Blue) = 187+202+245=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF5 is #44350A. Grayscale: #CACACA. Windows color (decimal): -4470027 or 16108219. OLE color: 16108219.

HSL color Cylindrical-coordinate representation of color #BBCAF5: hue angle of 224.48º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCAF5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 202 245 -
CMYK 0.24 0.18 0 0.04
HSL 224.48º 0.74% 0.85% -
HSV(B) 224.48º 0.24% 0.96% -
XYZ 58.1 59.4 94.79 -
YUV 202.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 187 202 245 0.24 0.18 0 0.04 224.48 0.74 0.85
Hex BB CA F5 18 12 0 4 E0 4A 55
Octal 273 312 365 30 22 0 4 340 112 125
Binary 10111011 11001010 11110101 11000 10010 0 100 11100000 1001010 1010101

Color Harmonies of #BBCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAF5

Black with #BBCAF5

Text Example


Text Example

White with #BBCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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