Html Css Color HEX #BBC7F8 Periwinkle

📋 copy color: '#BBC7F8'

red 187 ◦ green 199 ◦ blue 248

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

Shades of Periwinkle #BBC7F8

Tints of Periwinkle #BBC7F8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.39%

 BLUE value IS 248 (97.27% from 255) = 39.12%

R = 29.5%
G = 31.39%
B = 39.12%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBC7F8 (or 0xBBC7F8) is known color: Periwinkle. HEX triplet: BB, C7 and F8. RGB value is (187,199,248). Sum of RGB (Red+Green+Blue) = 187+199+248=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBC7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F8 is #443807. Grayscale: #C8C8C8. Windows color (decimal): -4470792 or 16304059. OLE color: 16304059.

HSL color Cylindrical-coordinate representation of color #BBC7F8: hue angle of 228.2º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC7F8 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 199 248 -
CMYK 0.25 0.20 0 0.03
HSL 228.2º 0.81% 0.85% -
HSV(B) 228.2º 0.25% 0.97% -
XYZ 57.86 58.19 96.99 -
YUV 201 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 187 199 248 0.25 0.20 0 0.03 228.2 0.81 0.85
Hex BB C7 F8 19 14 0 3 E4 51 55
Octal 273 307 370 31 24 0 3 344 121 125
Binary 10111011 11000111 11111000 11001 10100 0 11 11100100 1010001 1010101

Color Harmonies of #BBC7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7F8

Black with #BBC7F8

Text Example


Text Example

White with #BBC7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7F8; }

 p { color: rgb(187,199,248); }

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

background-color css

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

 a { background-color: rgb(187,199,248); }

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

border-color css

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

 span { border-color: rgb(187,199,248); }

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