Html Css Color HEX #BBCAF2 Periwinkle

📋 copy color: '#BBCAF2'

red 187 ◦ green 202 ◦ blue 242

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

Shades of Periwinkle #BBCAF2

Tints of Periwinkle #BBCAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 29.64%
G = 32.01%
B = 38.35%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCAF2 (or 0xBBCAF2) is known color: Periwinkle. HEX triplet: BB, CA and F2. RGB value is (187,202,242). Sum of RGB (Red+Green+Blue) = 187+202+242=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF2 is #44350D. Grayscale: #C9C9C9. Windows color (decimal): -4470030 or 15911611. OLE color: 15911611.

HSL color Cylindrical-coordinate representation of color #BBCAF2: hue angle of 223.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCAF2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 202 242 -
CMYK 0.23 0.17 0 0.05
HSL 223.64º 0.68% 0.84% -
HSV(B) 223.64º 0.23% 0.95% -
XYZ 57.64 59.22 92.4 -
YUV 202.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 187 202 242 0.23 0.17 0 0.05 223.64 0.68 0.84
Hex BB CA F2 17 11 0 5 E0 44 54
Octal 273 312 362 27 21 0 5 340 104 124
Binary 10111011 11001010 11110010 10111 10001 0 101 11100000 1000100 1010100

Color Harmonies of #BBCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAF2

Black with #BBCAF2

Text Example


Text Example

White with #BBCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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