Html Css Color HEX #BBCAF0 Periwinkle

📋 copy color: '#BBCAF0'

red 187 ◦ green 202 ◦ blue 240

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

Shades of Periwinkle #BBCAF0

Tints of Periwinkle #BBCAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 29.73%
G = 32.11%
B = 38.16%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBCAF0 (or 0xBBCAF0) is known color: Periwinkle. HEX triplet: BB, CA and F0. RGB value is (187,202,240). Sum of RGB (Red+Green+Blue) = 187+202+240=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF0 is #44350F. Grayscale: #C9C9C9. Windows color (decimal): -4470032 or 15780539. OLE color: 15780539.

HSL color Cylindrical-coordinate representation of color #BBCAF0: hue angle of 223.02º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCAF0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 202 240 -
CMYK 0.22 0.16 0 0.06
HSL 223.02º 0.64% 0.84% -
HSV(B) 223.02º 0.22% 0.94% -
XYZ 57.34 59.1 90.82 -
YUV 201.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 187 202 240 0.22 0.16 0 0.06 223.02 0.64 0.84
Hex BB CA F0 16 10 0 6 DF 40 54
Octal 273 312 360 26 20 0 6 337 100 124
Binary 10111011 11001010 11110000 10110 10000 0 110 11011111 1000000 1010100

Color Harmonies of #BBCAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAF0

Black with #BBCAF0

Text Example


Text Example

White with #BBCAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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