Html Css Color HEX #BBC5F3 Periwinkle

📋 copy color: '#BBC5F3'

red 187 ◦ green 197 ◦ blue 243

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

Shades of Periwinkle #BBC5F3

Tints of Periwinkle #BBC5F3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.42%

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 29.82%
G = 31.42%
B = 38.76%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC5F3 (or 0xBBC5F3) is known color: Periwinkle. HEX triplet: BB, C5 and F3. RGB value is (187,197,243). Sum of RGB (Red+Green+Blue) = 187+197+243=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5F3 is #443A0C. Grayscale: #C7C7C7. Windows color (decimal): -4471309 or 15975867. OLE color: 15975867.

HSL color Cylindrical-coordinate representation of color #BBC5F3: hue angle of 229.29º degrees, saturation: 0.7, 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 #BBC5F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 197 243 -
CMYK 0.23 0.19 0 0.05
HSL 229.29º 0.7% 0.84% -
HSV(B) 229.29º 0.23% 0.95% -
XYZ 56.64 56.97 92.8 -
YUV 199.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 187 197 243 0.23 0.19 0 0.05 229.29 0.7 0.84
Hex BB C5 F3 17 13 0 5 E5 46 54
Octal 273 305 363 27 23 0 5 345 106 124
Binary 10111011 11000101 11110011 10111 10011 0 101 11100101 1000110 1010100

Color Harmonies of #BBC5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5F3

Black with #BBC5F3

Text Example


Text Example

White with #BBC5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5F3; }

 p { color: rgb(187,197,243); }

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

background-color css

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

 a { background-color: rgb(187,197,243); }

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

border-color css

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

 span { border-color: rgb(187,197,243); }

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