Html Css Color HEX #BCF27B Sulu

📋 copy color: '#BCF27B'

red 188 ◦ green 242 ◦ blue 123

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

Shades of Sulu #BCF27B

Tints of Sulu #BCF27B

RGB

 RED value IS 188 (73.83% from 255) = 34%

 GREEN value IS 242 (94.92% from 255) = 43.76%

 BLUE value IS 123 (48.44% from 255) = 22.24%

R = 34%
G = 43.76%
B = 22.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BCF27B (or 0xBCF27B) is known color: Sulu. HEX triplet: BC, F2 and 7B. RGB value is (188,242,123). Sum of RGB (Red+Green+Blue) = 188+242+123=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF27B is #430D84. Grayscale: #D4D4D4. Windows color (decimal): -4394373 or 8123068. OLE color: 8123068.

HSL color Cylindrical-coordinate representation of color #BCF27B: hue angle of 87.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCF27B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 123 -
CMYK 0.22 0 0.49 0.05
HSL 87.23º 0.82% 0.72% -
HSV(B) 87.23º 0.49% 0.95% -
XYZ 56.07 75.63 30.38 -
YUV 212.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 188 242 123 0.22 0 0.49 0.05 87.23 0.82 0.72
Hex BC F2 7B 16 0 31 5 57 52 48
Octal 274 362 173 26 0 61 5 127 122 110
Binary 10111100 11110010 1111011 10110 0 110001 101 1010111 1010010 1001000

Color Harmonies of #BCF27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF27B

Black with #BCF27B

Text Example


Text Example

White with #BCF27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF27B; }

 p { color: rgb(188,242,123); }

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

background-color css

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

 a { background-color: rgb(188,242,123); }

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

border-color css

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

 span { border-color: rgb(188,242,123); }

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