Html Css Color HEX #BBC7F0 Periwinkle

📋 copy color: '#BBC7F0'

red 187 ◦ green 199 ◦ blue 240

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

Shades of Periwinkle #BBC7F0

Tints of Periwinkle #BBC7F0

RGB

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

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

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

R = 29.87%
G = 31.79%
B = 38.34%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBC7F0 (or 0xBBC7F0) is known color: Periwinkle. HEX triplet: BB, C7 and F0. RGB value is (187,199,240). Sum of RGB (Red+Green+Blue) = 187+199+240=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F0 is #44380F. Grayscale: #C7C7C7. Windows color (decimal): -4470800 or 15779771. OLE color: 15779771.

HSL color Cylindrical-coordinate representation of color #BBC7F0: hue angle of 226.42º 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 #BBC7F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 199 240 -
CMYK 0.22 0.17 0 0.06
HSL 226.42º 0.64% 0.84% -
HSV(B) 226.42º 0.22% 0.94% -
XYZ 56.65 57.7 90.59 -
YUV 200.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 187 199 240 0.22 0.17 0 0.06 226.42 0.64 0.84
Hex BB C7 F0 16 11 0 6 E2 40 54
Octal 273 307 360 26 21 0 6 342 100 124
Binary 10111011 11000111 11110000 10110 10001 0 110 11100010 1000000 1010100

Color Harmonies of #BBC7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7F0

Black with #BBC7F0

Text Example


Text Example

White with #BBC7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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